SetAddInCustomData<T>(string,string,T) Method

Summary
Adds custom data to the specified add-in configuration.
Syntax
C#
C++/CLI
public void SetAddInCustomData<T>( 
   string addinName, 
   string customDataName, 
   T data 
) 
public: 
void SetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName, 
   _T^_ data 
)  

Parameters

addinName
Name of the add-in.

customDataName
Name of the custom data.

data
The custom data to add to the configuration.

Type Parameters

T
Type of custom data.

Remarks

If the specified custom data does not exist, it is added the configuration.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.